@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?yiz8le');
  src:  url('fonts/icomoon.eot?yiz8le#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?yiz8le') format('truetype'),
    url('fonts/icomoon.woff?yiz8le') format('woff'),
    url('fonts/icomoon.svg?yiz8le#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="iconmoon-"], [class*=" iconmoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconmoon-authorized:before {
  content: "\e900";
}
.iconmoon-fulfilled:before {
  content: "\e901";
}
.iconmoon-delivered:before {
  content: "\e902";
}
.iconmoon-paid:before {
  content: "\e903";
}
.iconmoon-none:before {
  content: "\e904";
}
.iconmoon-partial:before {
  content: "\e905";
}
.iconmoon-partially_paid:before {
  content: "\e906";
}
.iconmoon-partially_refunded:before {
  content: "\e907";
}
.iconmoon-pending:before {
  content: "\e908";
}
.iconmoon-ready:before {
  content: "\e909";
}
.iconmoon-refunded:before {
  content: "\e90a";
}
.iconmoon-shipping:before {
  content: "\e90b";
}
.iconmoon-voided:before {
  content: "\e90c";
}
